home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / mac / allfiles / Storm / storm7.dir / 00005_Script_play done script < prev    next >
Text File  |  1999-04-26  |  128b  |  8 lines

  1. global theState
  2.  
  3. on exitFrame
  4.   set theState = #play
  5.   set the visible of sprite 2 = TRUE
  6.   cursor[15,16]
  7.   play done
  8. end